CreateSubLayer(Action<GcGraphics,Layer>) Method
In This Topic
Creates a nested
Layer object and adds it on top of other nested layers.
Syntax
'Declaration
Public Overloads Function CreateSubLayer( _
ByVal As System.Action(Of GcGraphics,Layer) _
) As Layer
public Layer CreateSubLayer(
System.Action<GcGraphics,Layer>
)
Parameters
- draw
- A delegate that accepts a GrapeCity.Documents.Drawing.GcGraphics object and a Layer, and draws the layer on the graphics.
See Also